inherited SupportDialog: TSupportDialog BorderWidth = 8 Caption = 'Support' ClientHeight = 221 ClientWidth = 329 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TUiLabel Left = 0 Top = 0 Width = 329 Height = 13 Align = alTop Caption = 'For online technical support, please visit our web site at:' WordWrap = True end object Bevel1: TUiBevel Left = 0 Top = 13 Width = 329 Height = 9 Align = alTop Shape = bsSpacer end object WebURL: TUiUrlLabel Left = 0 Top = 22 Width = 329 Height = 13 Align = alTop Caption = 'http://www.scootersoftware.com/support.php' URL = 'http://www.scootersoftware.com/support.php' end object Bevel2: TUiBevel Left = 0 Top = 35 Width = 329 Height = 14 Align = alTop Shape = bsSpacer end object Label2: TUiLabel Left = 0 Top = 49 Width = 329 Height = 39 Align = alTop Caption = 'Click the "Export" button to save your Beyond Compare settings i' + 'n a package file, and then email it to us. This will help us re' + 'create and troubleshoot a problem. Your passwords will not be i' + 'ncluded.' WordWrap = True end object Label3: TUiLabel Left = 0 Top = 132 Width = 329 Height = 26 Align = alTop Caption = 'This information will be kept confidential and will only be used' + ' to reproduce the problem you are having.' WordWrap = True end object ExploreSettingsDirLbl: TUiLabel Left = 0 Top = 206 Height = 13 Cursor = crHandPoint Caption = 'Explore settings folder' OnClick = ExploreSettingsDirClick FontColor = clBlue FontStyle = [fsUnderline] end object ExportPanel: TUiPanel Left = 0 Top = 88 Width = 329 Height = 44 Align = alTop BevelOuter = bvNone TabOrder = 0 object EmailURL: TUiUrlLabel Left = 160 Top = 16 Width = 144 Height = 13 Caption = 'support@scootersoftware.com' URL = 'mailto:support@scootersoftware.com' end object ExportBtn: TUiButton Left = 0 Top = 8 Caption = 'Export' TabOrder = 0 OnClick = ExportClick AutoSize = asLeft end end object CloseBtn: TUiButton Left = 256 Top = 198 Cancel = True Caption = 'Close' Default = True ModalResult = 2 TabOrder = 1 AutoSize = asRight end end